-
Notifications
You must be signed in to change notification settings - Fork 6
Store original Map and Symbol #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc @brichet |
|
Thanks @trungleduc for working on this. |
src/manager.ts
Outdated
| constructor(entries?: readonly (readonly [K, V])[] | null) { | ||
| this._map = Reflect.construct(MapConstructor, entries ? [entries] : []); | ||
| } | ||
| s; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this expected (the s variable) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah nope, thanks for catching this
brichet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @trungleduc, LGTM
|
Released in 0.4.1 |
Code changes
Store and use the original version of Map and Symbol in the secret manager namespace